Changing GtkFileChooserEntry to use GtkEntryCompletion.
authorFederico Mena Quintero <federico@ximian.com>
Fri, 7 Nov 2003 23:10:19 +0000 (23:10 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Fri, 7 Nov 2003 23:10:19 +0000 (23:10 +0000)
commit56fb0d48567af874c768812b8aa1babe628d9771
treeb524f8c699c4f12607c2432d9d18dabacc8d66f1
parent96fb3e88328b3c268c503818e6fa8a7c210277c5
Changing GtkFileChooserEntry to use GtkEntryCompletion.

2003-11-07  Federico Mena Quintero  <federico@ximian.com>

Changing GtkFileChooserEntry to use GtkEntryCompletion.

* gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
a GtkListStore for the completion list.  Create a
GtkEntryCompletion and attach it to the chooser entry.
(gtk_file_chooser_entry_finalize): Unref the completion store.
(completion_match_func): New callback for the GtkEntryCompletion.
(completion_idle_callback): Fill the completion store with filenames.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserentry.c